Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added paddle.tensor.math.exp #15465

Closed
wants to merge 59 commits into from
Closed

added paddle.tensor.math.exp #15465

wants to merge 59 commits into from

Conversation

baberabb
Copy link
Contributor

close #15458

baberabb and others added 28 commits May 17, 2023 01:50
* fixes to dtype wrappers

* fix

---------

Co-authored-by: Rishabh Kumar <[email protected]>
)

* Add Discrete Fourier Transform functions to Numpy Frontend #1532 rfft #14406

* Delete layers.py

* resolve conflict

* Add Discrete Fourier Transform functions to Numpy Frontend after conflict resolve

* new line add

* resolve the conflict

* solve mistakes

* solve problems

* resolve errors

* Removed a modified file from pull request

* update files to remove error

* new line add

* Remove conflict

* update files to remove error

* new line add

* Remove conflict

* resolve the conflict

* solve mistakes

* test_discrete_fourier_transform.py revised

* Solving conflicts

* Solve conflict after merging

* change the dtype to numeric

* adding dft function

* making new changes

* fix the function spelling

* dtypes changed to real_and_complex

* remove *

* Files revised

* changes done

* apply changes

* made changes

* add changes

* apply changes

* apply changes

* apply changes

* make test include complex dtypes

* removed nteger_to_float

* more comprehensive norm testing

* Made test rigorous

* dft onsided=True need real input

* test passed

* added complex dtype to testing

Tests still passed, just more rigorous testing

---------

Co-authored-by: Ookamice <[email protected]>
This partially solves the diagflat failing tests for the numpy frontend still exploring the issue with the numpy backend and unit tests for diagflat function
* Update test_jax_src_tree_util.py

* Update test_jax_src_tree_util.py
…gonal index previously and specified several unsupported types for paddle backend eye function
…ements in an array because x.size does not work with torch
* fixes to dtype wrappers

* fix

* fixed dtype casting modes by adding support for containers

---------

Co-authored-by: Rishabh Kumar <[email protected]>
MahmoudAshraf97 and others added 22 commits May 18, 2023 14:27
* added dictionary update to init files

* experiments

* lint changes

* lint changes

---------

Co-authored-by: Rishabh Kumar <[email protected]>
…ape, dtype mismatch and unsupported types. Extend the test to all numeric types
Added data_format parameter to batch_norm and instance_norm
Temporarily commented on the value test for lstsq unit test because the composition implementation is mathematically unstable and gives distinct results. will update once we have a stable version of this function on the API
…ersion (2.12.0) for tensorflow backend as no dtype has been added or removed on framework level. Check release note https://github.com/tensorflow/tensorflow/releases
…on of 2.0.1 as no new dtype has been supported or removed support foron framework level. Check release notes https://github.com/pytorch/pytorch/releases
…r in any of the native backends ito dtype support
* Resetted the branch & Re-added the code

* Update devicearray.py

* Update test_jax_devicearray.py

---------

Co-authored-by: Fayad-Alman <[email protected]>
@theRealBird
Copy link
Contributor

Hi @baberabb, thank you for your contribution. Functionality wise everything looks good to me! 😀
There are some changes that I would like to request though. Could you please remove the extra new-lines that are not a part of your code in ivy/functional/frontends/paddle/tensor/math.py and also resolve the merge conflicts that are there in this PR so that it can be merged.

Thanks a lot!

@baberabb baberabb marked this pull request as draft May 20, 2023 22:45
@baberabb baberabb closed this May 20, 2023
@baberabb baberabb deleted the exp branch May 20, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exp